DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / GroupingQuery<T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (GroupingQuery<T>)
    In This Topic
    Returns an enumerator that iterates through the GroupingQuery<T>.
    Syntax
    'Declaration
     
    Public MustOverride Function GetEnumerator() As IEnumerator(Of IndexedGroup(Of T))
    public abstract IEnumerator<IndexedGroup<T>> GetEnumerator()
    See Also